Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 641a7ea

Commit 641a7ea75d6c49d90e143db330e447eb3805bd4a


Parents : e543d5c
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-05-10T19:15:45+02:00

Implemented basic channel windowing

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Channel.py b/RNS/Channel.py
index a384f645..f2832b37 100644
--- a/RNS/Channel.py
+++ b/RNS/Channel.py
@@ -502,7 +502,7 @@ class Channel(contextlib.AbstractContextManager):
self.window_max -= 1
# TODO: Remove
- RNS.log("Decreased channel window to "+str(self.window))
+ RNS.log("Decreased channel window to "+str(self.window), RNS.LOG_DEBUG)
return False

Served by rngit 1.5.2 - Generated in 0.03s